PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableRow Class
Fields Methods


In This Topic
    PDFFlowTableRow Class Members
    In This Topic

    The following tables list the members exposed by PDFFlowTableRow.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Protected Field  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a cell at the end of the row.  
    Public MethodGets the row background.  
    Public MethodGets the cell at the specified index.  
    Public MethodGets the row cells.  
    Public MethodGets a value indicating whether the row may be split if the space at the bottom cannot accomodate the full row.  
    Public MethodGets the minimum row height.
    The minimum row height sets the row height when the cells maximum height is less than this value. If this property is 0 then the row height is given by the maximum cell height.  
    Public MethodGets the structure element.  
    Public MethodGets the table this row belongs to.  
    Public MethodSets the row background.  
    Public MethodSets a value indicating whether the row may be split if the space at the bottom cannot accomodate the full row.  
    Public MethodSets the minimum row height.
    The minimum row height sets the row height when the cells maximum height is less than this value. If this property is 0 then the row height is given by the maximum cell height.  
    Public MethodSets the structure element.  
    Top
    See Also